home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch10 / W10P010.cc2 < prev   
Encoding:
Text File  |  1997-04-24  |  1.6 KB  |  31 lines

  1. 0, Internet is becoming increasingly popular for 
  2. 4, exchange of information as it is conducting business 
  3. 7, transactions. It is extremely important that the 
  4. 10, information flowing on the wire is secured against 
  5. 13, any unauthorized access or modification. It's also 
  6. 16, important to know who the communicating parties 
  7. 18, are and you should be able to guarantee their 
  8. 20, authenticity. To provide these services, we need to 
  9. 24, enable mechanisms for authentication, authorization, 
  10. 27, and privacy. Microsoft Information Security 
  11. 30, Framework is a collection of technologies and products 
  12. 33, which provides a set of services which include 
  13. 36, secure communication facilities, a certificate server, 
  14. 39, a certificate storage and retrieval facility, and 
  15. 42, a whole set of APIs to program your applications 
  16. 47, using these certificate services. These services 
  17. 49, also come built-in into Internet Explorer as a 
  18. 52, client piece and are in Internet Information Server as a
  19. 56, server piece. So as an application writer, as a web site 
  20. 58, developer, you may want to use these facilites 
  21. 61, built-into our Information Server to create a 
  22. 63, certificate-based authentication system. The biggest 
  23. 66, advantage of this is that you don't have to know your 
  24. 68, customer, so the parties who wish to communicate 
  25. 71, with you, apriori, and yet you can enforce 
  26. 75, proper access controls based on the identity which 
  27. 77, is encoded in these certificates. These 
  28. 80, certificates could be obtained by third parties like 
  29. 82, VeriSign, or could be generated internally using Microsoft 
  30. 85, Certificate Server.
  31. 87, END